home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
tcp
/
Amster.lha
/
Amster_Install
/
Rexx
/
PlayTMLG.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
2000-04-22
|
270b
|
19 lines
/*
** Play
*/
playerpath = 'Apps:Sound/Players/TMLG/TheMpegaLibraryGui'
parse arg filename
options results
if ~show('P','TMLG.1') then address command 'Run <>NIL: 'playerpath
do while ~show('P','TMLG.1')
call delay(50)
end
address 'TMLG.1'
'PLAY NAME 'filename